home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / qms8p461.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  11.2 KB  |  338 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "3.2"
  11. *PCFileName: "QMS8P461.PPD"
  12. *LanguageVersion: English
  13. *Product: "(QMS-PS 800+)"
  14. *PSVersion: "(46.1) 3"
  15. *ModelName: "QMS-PS 800 Plus"
  16. *NickName: "QMS-PS 800 Plus v46.1"
  17.  
  18. *% ADORequiresEExec added by Microsoft
  19. *ADORequiresEExec: True
  20.  
  21. *% General Information and Defaults ===============
  22. *ColorDevice: False
  23. *DefaultColorSpace: Gray
  24. *FreeVM: "412988"
  25. *LanguageLevel: "1"
  26. *VariablePaperSize: False
  27. *FileSystem: False
  28. *Throughput: "8"
  29. *Password: "0"
  30. *ExitServer: "
  31.   count 0 eq {  % is the password on the stack?
  32.     true
  33.   }{
  34.     dup    % potential password
  35.     statusdict /checkpassword get exec not
  36.   } ifelse
  37.   {  %  if no password or not valid
  38.     (WARNING : Cannot perform the exitserver command.) =
  39.     (Password supplied is not valid.) =
  40.     (Please contact the author of this software.) = flush
  41.     quit
  42.   } if
  43.   serverdict /exitserver get exec
  44. "
  45. *End
  46.  
  47. *Reset: "
  48.   count 0 eq {  % is the password on the stack?
  49.     true
  50.   }{
  51.     dup    % potential password
  52.     statusdict /checkpassword get exec not
  53.   } ifelse
  54.   {  %  if no password or not valid
  55.     (WARNING : Cannot reset printer.) =
  56.     (Password supplied is not valid.) =
  57.     (Please contact the author of this software.) = flush
  58.     quit
  59.   } if
  60.   serverdict /exitserver get exec
  61.   systemdict /quit get exec
  62.   (WARNING : Printer Reset Failed.) = flush
  63. "
  64. *End
  65.  
  66. *DefaultResolution: 300dpi
  67. *?Resolution: "
  68. save
  69.   initgraphics
  70.   0 0 moveto currentpoint matrix defaultmatrix transform
  71.   0 72 lineto currentpoint matrix defaultmatrix transform
  72.   3 -1 roll sub dup mul
  73.   3 1 roll exch sub dup mul
  74.   add sqrt round cvi
  75.   (          ) cvs print (dpi) = flush
  76. restore
  77. "
  78. *End
  79.  
  80. *% Halftone Information ===============
  81. *ScreenFreq: "60.0"
  82. *ScreenAngle: "45.0"
  83. *DefaultScreenProc: Dot
  84. *ScreenProc Dot: "
  85. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  86. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  87. "
  88. *End
  89. *ScreenProc Line: "{ pop }"
  90. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  91.  
  92. *DefaultTransfer: Null
  93. *Transfer Null: "{ }"
  94. *Transfer Null.Inverse: "{ 1 exch sub }"
  95.  
  96. *% Paper Handling ===================
  97. *% Use these entries to set paper size most of the time, unless there is
  98. *% specific reason to use PageRegion.
  99. *OpenUI *PageSize: PickOne
  100. *OrderDependency: 30 AnySetup *PageSize
  101. *DefaultPageSize: Letter
  102. *PageSize Letter: "statusdict /lettertray get exec"
  103. *PageSize Legal: "statusdict /legaltray get exec"
  104. *PageSize A4: "statusdict /a4tray get exec"
  105. *PageSize B5: "statusdict /b5tray get exec"
  106. *?PageSize: "
  107. save
  108.  statusdict /papersize known{
  109. 4 dict
  110.   dup /lettertray (Letter) put
  111.   dup /legaltray (Legal) put
  112.   dup /a4tray (A4) put
  113.   dup /b5tray (B5) put
  114.   statusdict /papersize get exec
  115.   3 1 roll  {get} stopped {(Unknown)}if
  116.   exch  not { print (.Transverse) }if
  117.   = flush
  118.  }{
  119.   statusdict /pagetype known{
  120.    [(Letter)(Legal)(Unknown)] statusdict /pagetype get exec
  121.     dup 1 gt{pop 2}if get = flush
  122.   }{
  123.    (Unknown) = flush
  124.   }ifelse
  125.  }ifelse
  126. restore
  127. "
  128. *End
  129. *CloseUI: *PageSize
  130.  
  131. *% These entries will set up the frame buffer. Usually used with manual feed.
  132. *OpenUI *PageRegion: PickOne
  133. *OrderDependency: 40 AnySetup *PageRegion
  134. *DefaultPageRegion: Letter
  135. *PageRegion Letter: "letter"
  136. *PageRegion Legal: "legal"
  137. *PageRegion A4: "a4"
  138. *PageRegion B5: "b5"
  139. *CloseUI: *PageRegion
  140.  
  141. *% The following entries provide information about specific paper keywords.
  142. *DefaultImageableArea: Letter
  143. *ImageableArea Letter: "18 8 593 784"
  144. *ImageableArea Legal: "18 19 593 990"
  145. *ImageableArea A4: "18 18 577 824"
  146. *ImageableArea B5: "8 14 506 715"
  147. *?ImageableArea: "
  148. save
  149.   /cvp {(                ) cvs print ( ) print } bind def
  150.   /upperright {10000 mul floor 10000 div} bind def
  151.   /lowerleft {10000 mul ceiling 10000 div} bind def
  152.   newpath clippath pathbbox
  153.   4 -2 roll exch 2 {lowerleft cvp} repeat
  154.   exch 2 {upperright cvp} repeat flush
  155.  restore
  156. "
  157. *End
  158.  
  159. *% These provide the physical dimensions of the paper (by keyword)
  160. *DefaultPaperDimension: Letter
  161. *PaperDimension Letter: "612 792"
  162. *PaperDimension Legal: "612 1008"
  163. *PaperDimension A4: "595 842"
  164. *PaperDimension B5: "516 729"
  165.  
  166. *RequiresPageRegion All: True
  167. *OpenUI *InputSlot: PickOne
  168. *OrderDependency: 20 AnySetup *InputSlot
  169. *DefaultInputSlot: Cassette
  170. *InputSlot Cassette: ""
  171. *CloseUI: *InputSlot
  172.  
  173. *OpenUI *ManualFeed: Boolean
  174. *OrderDependency: 20 AnySetup *ManualFeed
  175. *DefaultManualFeed: False
  176. *ManualFeed True: "statusdict /manualfeed true put"
  177. *ManualFeed False: "statusdict /manualfeed false put"
  178. *?ManualFeed: "
  179. save
  180. statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  181. restore
  182. "
  183. *End
  184. *CloseUI: *ManualFeed
  185.  
  186. *DefaultOutputOrder: Reverse
  187.  
  188. *% Font Information =====================
  189. *DefaultFont: Courier
  190. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  191. *Font AvantGarde-BookOblique: Standard "(001.001)" Standard ROM
  192. *Font AvantGarde-Demi: Standard "(001.001)" Standard ROM
  193. *Font AvantGarde-DemiOblique: Standard "(001.001)" Standard ROM
  194. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  195. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  196. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  197. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  198. *Font Courier: Standard "(001.001)" Standard ROM
  199. *Font Courier-Bold: Standard "(001.001)" Standard ROM
  200. *Font Courier-BoldOblique: Standard "(001.001)" Standard ROM
  201. *Font Courier-Oblique: Standard "(001.001)" Standard ROM
  202. *Font Helvetica: Standard "(001.001)" Standard ROM
  203. *Font Helvetica-Bold: Standard "(001.001)" Standard ROM
  204. *Font Helvetica-BoldOblique: Standard "(001.001)" Standard ROM
  205. *Font Helvetica-Narrow: Standard "(001.000)" Standard ROM
  206. *Font Helvetica-Narrow-Bold: Standard "(001.000)" Standard ROM
  207. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)" Standard ROM
  208. *Font Helvetica-Narrow-Oblique: Standard "(001.000)" Standard ROM
  209. *Font Helvetica-Oblique: Standard "(001.001)" Standard ROM
  210. *Font NewCenturySchlbk-Bold: Standard "(001.002)" Standard ROM
  211. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)" Standard ROM
  212. *Font NewCenturySchlbk-Italic: Standard "(001.001)" Standard ROM
  213. *Font NewCenturySchlbk-Roman: Standard "(001.002)" Standard ROM
  214. *Font Palatino-Bold: Standard "(001.000)" Standard ROM
  215. *Font Palatino-BoldItalic: Standard "(001.000)" Standard ROM
  216. *Font Palatino-Italic: Standard "(001.000)" Standard ROM
  217. *Font Palatino-Roman: Standard "(001.000)" Standard ROM
  218. *Font Symbol: Special "(001.001)" Special ROM
  219. *Font Times-Bold: Standard "(001.001)" Standard ROM
  220. *Font Times-BoldItalic: Standard "(001.001)" Standard ROM
  221. *Font Times-Italic: Standard "(001.001)" Standard ROM
  222. *Font Times-Roman: Standard "(001.001)" Standard ROM
  223. *Font ZapfChancery-MediumItalic: Standard "(001.002)" Standard ROM
  224. *Font ZapfDingbats: Special "(001.000)" Special ROM
  225. *?FontQuery: "
  226. save
  227.  /str 100 string dup 0 (fonts/) putinterval def
  228.  {
  229.    count 1 gt
  230.    {
  231.      exch dup str 6 94 getinterval cvs
  232.      (/) print print (:) print
  233.      FontDirectory exch known
  234.      {(Yes)}{(No)} ifelse =
  235.    }
  236.    {exit} ifelse
  237.  }bind loop
  238.  (*) = flush
  239. restore
  240. "
  241. *End
  242.  
  243. *?FontList: "
  244.  FontDirectory { pop == } bind forall flush
  245.  (*) = flush
  246. "
  247. *End
  248.  
  249. *% Printer Messages (verbatim from printer):
  250. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  251. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  252. *Message: "\FontName\ not found, using Courier"
  253.  
  254. *% Status (format: %%[ status: <one of these> ]%% )
  255. *Status: "idle"
  256. *Status: "busy"
  257. *Status: "waiting"
  258. *Status: "printing"
  259. *Status: "warming up"
  260. *Status: "PrinterError: timeout, clearing printer"
  261. *Status: "PrinterError: paper entry misfeed"
  262. *Status: "PrinterError: warming up"
  263. *Status: "PrinterError: no toner cartridge"
  264. *Status: "PrinterError: service call"
  265. *Status: "PrinterError: cover open"
  266. *Status: "PrinterError: resetting printer"
  267. *Status: "PrinterError: out of paper"
  268. *Status: "PrinterError: timeout"
  269. *Status: "PrinterError: manual feed timeout"
  270. *Status: "PrinterError: no paper tray"
  271.  
  272. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  273. *Source: "serial9"
  274. *Source: "serial25"
  275. *Source: "AppleTalk"
  276. *Source: "Centronics"
  277.  
  278. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  279. *PrinterError: "timeout, clearing printer"
  280. *PrinterError: "paper entry misfeed"
  281. *PrinterError: "warming up"
  282. *PrinterError: "no toner cartridge"
  283. *PrinterError: "service call"
  284. *PrinterError: "cover open"
  285. *PrinterError: "resetting printer"
  286. *PrinterError: "out of paper"
  287. *PrinterError: "timeout"
  288. *PrinterError: "manual feed timeout"
  289. *PrinterError: "no paper tray"
  290.  
  291. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  292.  
  293. *% Color Separation Information =====================
  294.  
  295. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  296.  
  297. *InkName: ProcessBlack/Process Black
  298. *InkName: CustomColor/Custom Color
  299. *InkName: ProcessCyan/Process Cyan
  300. *InkName: ProcessMagenta/Process Magenta
  301. *InkName: ProcessYellow/Process Yellow
  302.  
  303. *% For 60 lpi / 300 dpi =====================================================
  304.  
  305. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  306. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  307. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  308. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  309. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  310.  
  311. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  312. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  313. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  314. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  315. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  316.  
  317. *% For 53 lpi / 300 dpi =====================================================
  318.  
  319. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  320. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  321. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  322. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  323. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  324.  
  325. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  326. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  327. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  328. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  329. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  330.  
  331. *% For "QMS-PS 800+" version 46.1
  332. *% Produced by "GETapd.ps" version 2.0 edit 47
  333. *% Converted to meet 4.0 specification
  334. *% Last Edit Date: Sep 15 1992
  335. *% The byte count of this file should be exactly 011072 or 011406
  336. *% depending on the filesystem it resides in.
  337. *% end of PPD file for QMS-PS 800+
  338.